Articles by Barret Codes

C# Advent 2024 - Making a List, Checking It Twice

He’s making a list Checking it twice Writing some code To track who’s naughty and nice Santa Claus is wri-ting… C# tldr; With .NET 9, you can now add custom action buttons to the .NET Aspire dashboard screen You ever wonder how Santa is able to keep track of the kids who are naughty and nice? Never fear, Santa, I got ya covered. Let me throw together a quick proof of concept (POC) and show you the future!

.NET Aspire - Adding Configuration

In my previous video, I showed you how to get started with .NET Aspire, including spinning up an instance of SQL Server in Docker. But what if you want to work with an existing database. It's easy.